// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-04A TN_Widget.CreateTable([['Ian Munsick','Capitol Theatre - Wheeling','Wheeling, WV','Tuesday','4/30/2024','7:30 PM','6270199','Ian-Munsick-4-30-2024'],['Shrek The Musical','Capitol Theatre - Wheeling','Wheeling, WV','Wednesday','5/1/2024','7:30 PM','6113748','Shrek-The-Musical-5-1-2024'],['Wheeling Symphony Orchestra: John Devlin - Time for Three','Capitol Theatre - Wheeling','Wheeling, WV','Friday','5/10/2024','7:30 PM','6158148','Wheeling-Symphony-Orchestra--John-Devlin---Time-for-Three-5-10-2024'],['Nitty Gritty Dirt Band','Capitol Theatre - Wheeling','Wheeling, WV','Thursday','5/16/2024','7:30 PM','6296076','Nitty-Gritty-Dirt-Band-5-16-2024'],['Conner Smith','Capitol Theatre - Wheeling','Wheeling, WV','Friday','6/14/2024','7:30 PM','6321707','Conner-Smith-6-14-2024'],['Donny Osmond','Capitol Theatre - Wheeling','Wheeling, WV','Tuesday','6/18/2024','7:30 PM','6306483','Donny-Osmond-6-18-2024'],['The Beach Boys','Capitol Theatre - Wheeling','Wheeling, WV','Saturday','9/21/2024','7:30 PM','6254187','The-Beach-Boys-9-21-2024'],['Rock and Roll Doo Wop','Capitol Theatre - Wheeling','Wheeling, WV','Saturday','10/5/2024','7:00 PM','6319460','Rock-and-Roll-Doo-Wop-10-5-2024'],['The Price Is Right - Live Stage Show','Capitol Theatre - Wheeling','Wheeling, WV','Thursday','10/10/2024','7:30 PM','6342831','The-Price-Is-Right---Live-Stage-Show-10-10-2024'],['Brian Regan','Capitol Theatre - Wheeling','Wheeling, WV','Tuesday','10/15/2024','8:00 PM','6372166','Brian-Regan-10-15-2024'],['Nutcracker! Magical Christmas Ballet','Capitol Theatre - Wheeling','Wheeling, WV','Monday','11/11/2024','7:00 PM','6351653','Nutcracker--Magical-Christmas-Ballet-11-11-2024'],['World Ballet Company: Swan Lake','Capitol Theatre - Wheeling','Wheeling, WV','Wednesday','11/13/2024','7:00 PM','6374835','World-Ballet-Company--Swan-Lake-11-13-2024']],'Capitol Theatre Wheeling','http://www.ticketnetwork.com/ticket/Capitol-Theatre-Wheeling-events.aspx');